[INFO] cloning repository https://github.com/tuzz/magic_square_of_squares
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tuzz/magic_square_of_squares" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftuzz%2Fmagic_square_of_squares", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftuzz%2Fmagic_square_of_squares'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6bd14e822794eaa28b1ecd26cdd728d7fd57e0d6
[INFO] fixing tuzz/magic_square_of_squares against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftuzz%2Fmagic_square_of_squares" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tuzz/magic_square_of_squares
[INFO] finished tweaking git repo https://github.com/tuzz/magic_square_of_squares
[INFO] tweaked toml for git repo https://github.com/tuzz/magic_square_of_squares written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tuzz/magic_square_of_squares on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tuzz/magic_square_of_squares already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded primal v0.3.3
[INFO] [stderr]   Downloaded hamming v0.1.3
[INFO] [stderr]   Downloaded primal-bit v0.3.2
[INFO] [stderr]   Downloaded primal-sieve v0.3.7
[INFO] [stderr]   Downloaded primal-estimate v0.3.3
[INFO] [stderr]   Downloaded primal-check v0.3.4
[INFO] [stderr]   Downloaded fast-modulo v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e381ea3752e10e446873d531da58644cef8acc2b0b8543b7fc75b2f34e41723f
[INFO] running `Command { std: "docker" "start" "e381ea3752e10e446873d531da58644cef8acc2b0b8543b7fc75b2f34e41723f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e381ea3752e10e446873d531da58644cef8acc2b0b8543b7fc75b2f34e41723f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e381ea3752e10e446873d531da58644cef8acc2b0b8543b7fc75b2f34e41723f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e381ea3752e10e446873d531da58644cef8acc2b0b8543b7fc75b2f34e41723f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking hamming v0.1.3
[INFO] [stderr]     Checking primal-estimate v0.3.3
[INFO] [stderr]     Checking fast-modulo v0.4.0
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking primal-bit v0.3.2
[INFO] [stderr]     Checking primal-sieve v0.3.7
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]     Checking primal v0.3.3
[INFO] [stderr]     Checking magic_square_of_squares v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no method named `select` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]    --> src/pythagorean_triples.rs:133:55
[INFO] [stdout]     |
[INFO] [stdout] 133 |             let non_primitive_flag = is_non_primitive.select(TOP_BIT_VECTOR, ZERO_VECTOR);
[INFO] [stdout]     |                                                       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../portable-simd/crates/core_simd/src/select.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Mask<i32, 64>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Select` which provides `select` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::simd::Select;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 133 -             let non_primitive_flag = is_non_primitive.select(TOP_BIT_VECTOR, ZERO_VECTOR);
[INFO] [stdout] 133 +             let non_primitive_flag = is_non_primitive.set(TOP_BIT_VECTOR, ZERO_VECTOR);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `select` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]    --> src/pythagorean_triples.rs:284:55
[INFO] [stdout]     |
[INFO] [stdout] 284 |             let non_primitive_flag = is_non_primitive.select(TOP_BIT_VECTOR, ZERO_VECTOR);
[INFO] [stdout]     |                                                       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../portable-simd/crates/core_simd/src/select.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Mask<i32, 64>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Select` which provides `select` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::simd::Select;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 284 -             let non_primitive_flag = is_non_primitive.select(TOP_BIT_VECTOR, ZERO_VECTOR);
[INFO] [stdout] 284 +             let non_primitive_flag = is_non_primitive.set(TOP_BIT_VECTOR, ZERO_VECTOR);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `magic_square_of_squares` (bin "magic_square_of_squares") due to 2 previous errors
[INFO] [stdout] error[E0599]: no method named `select` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]    --> src/pythagorean_triples.rs:133:55
[INFO] [stdout]     |
[INFO] [stdout] 133 |             let non_primitive_flag = is_non_primitive.select(TOP_BIT_VECTOR, ZERO_VECTOR);
[INFO] [stdout]     |                                                       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../portable-simd/crates/core_simd/src/select.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Mask<i32, 64>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Select` which provides `select` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::simd::Select;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 133 -             let non_primitive_flag = is_non_primitive.select(TOP_BIT_VECTOR, ZERO_VECTOR);
[INFO] [stdout] 133 +             let non_primitive_flag = is_non_primitive.set(TOP_BIT_VECTOR, ZERO_VECTOR);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `select` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]    --> src/pythagorean_triples.rs:284:55
[INFO] [stdout]     |
[INFO] [stdout] 284 |             let non_primitive_flag = is_non_primitive.select(TOP_BIT_VECTOR, ZERO_VECTOR);
[INFO] [stdout]     |                                                       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../portable-simd/crates/core_simd/src/select.rs:53:7
[INFO] [stdout]     |
[INFO] [stdout]     = note: the method is available for `Mask<i32, 64>` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Select` which provides `select` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::simd::Select;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `set` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 284 -             let non_primitive_flag = is_non_primitive.select(TOP_BIT_VECTOR, ZERO_VECTOR);
[INFO] [stdout] 284 +             let non_primitive_flag = is_non_primitive.set(TOP_BIT_VECTOR, ZERO_VECTOR);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `magic_square_of_squares` (bin "magic_square_of_squares" test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "e381ea3752e10e446873d531da58644cef8acc2b0b8543b7fc75b2f34e41723f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e381ea3752e10e446873d531da58644cef8acc2b0b8543b7fc75b2f34e41723f", kill_on_drop: false }`
[INFO] [stdout] e381ea3752e10e446873d531da58644cef8acc2b0b8543b7fc75b2f34e41723f
